[Feat] support hot only scan#341
Merged
WeiXinChan merged 1 commit intooceanbase:hbase_compat_3from Jun 4, 2025
Merged
Conversation
Contributor
|
LGTM |
WeiXinChan
added a commit
that referenced
this pull request
Jun 25, 2025
…se Table Operations (#353) * MetaExecutor interface definition and demo (#337) * lsop encode opt (#339) * opt for lsop getPayLoadContentSize * add performa test for ObTableLsOperationRequest encode * use ObByteBuf to encode lsop * lsop request encode perf opt * add default bytes cache for obkvparam and ohtablefilter * Revert "add default bytes cache for obkvparam and ohtablefilter" This reverts commit 8a555ef. * add default bytes cache for obkvparam and ohtablefilter * fix bug for indexName encode * adapt for disable/enable table (#340) * support hot only (#341) Co-authored-by: WeiXinChan <chenwx6728@163.com> * Fix TableQuery cannot refresh tablet location (#345) * add debug log * refresh tablet location for atomic query * throw the same type original Exception when login (#346) * update netty to 4.1.118.Final to avoid security problem (#349) * Replace Fastjson with Jackson (#347) * change fastjson to jackson * use jackson 2.14.2, compile pass * succeed to print log * update jackson and maven-shade-plugin to the lateset version * revert OcpResponseData constructors * diable reduce pom dependencies * [OBKV] add hbase admin ddl errcode --------- Co-authored-by: GroundWu <1175416256@qq.com> Co-authored-by: Shen Yunlong <44497386+shenyunlong@users.noreply.github.com> Co-authored-by: WeiXinChan <chenwx6728@163.com> Co-authored-by: Ziyu Shi <57038180+JackShi148@users.noreply.github.com> Co-authored-by: shenyunlong.syl <shenyunlong.syl@antgroup.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
support hot only scan
Summary
support hot only scan, the original pr is #328
Solution Description